home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / View3DMF NetScape Plugin / View3DMF Plugin / MetaFileView.h < prev    next >
Encoding:
Text File  |  1996-03-08  |  826 b   |  25 lines  |  [TEXT/CWIE]

  1. //MetaFileView.h
  2. //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3. //
  4. // Quickdraw 3D sample code
  5. //
  6. // Rick Evans, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
  7. //
  8. // The following functions were adapted from the QD3D sample MetaFileRead.
  9. //
  10. // ©1996 Apple Computer Inc., All Rights Reserved
  11. //
  12. //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  13.  
  14. #ifndef _MetaFileView_H_
  15. #define _MetaFileView_H_
  16.  
  17. #include "View3DMF.h"
  18.  
  19. // prototypes for public functions
  20. TQ3ViewObject         MyNewView(GrafPtr theWindow, Rect* theRect) ;
  21. TQ3GroupObject        MyNewModelFromBuffer(PluginInstance* This) ;
  22. TQ3Status            DocumentDraw3DData( PluginInstance* theDocument ) ;
  23. TQ3Point3D            AdjustCamera (PluginInstance* t, short winWidth, short winHeight) ;
  24.  
  25. #endif